Snapservice Sites Datastores Capabilities ListItem

Snapservice Sites Datastores Capabilities ListItem
Snapservice Sites Datastores Capabilities ListItem

The Snapservice Sites Datastores Capabilities ListItem schema contains information about a datastore's capability returned by GET /snapservice/sites/{site}/datastores/capabilities operation

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "datastore": "string",
    "info": {
        "capabilities": [
            "string"
        ]
    }
}
string
datastore
Required

Identifier of the datastore.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.

info
Required

Capability information regarding the datastore.

This property was added in vSphere API 9.1.0.0.